negative injection - traduzione in italiano
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

negative injection - traduzione in italiano

MALICIOUS INJECTION OF CODE INTO A VULNERABLE COMPUTER PROGRAM
Command injection; Shell injection; Eval injection; Injection attack; Injection flaws; Injection flaw; Script injection

negative injection      
iniezione negativa (cambiamento che diminuisce la quantità di denaro sul mercato)
negative number         
  • A visual representation of the addition of positive and negative numbers. Larger balls represent numbers with greater magnitude.
  • Negative storey numbers in an elevator.
  • The number line
REAL NUMBER THAT IS STRICTLY LESS THAN ZERO
Negative numbers; Negative and nonnegative numbers; Positive and negative numbers; Antinumber; Negative negative; Negative Negative; Negative negative number; Negative negative numbers; Negative Negative number; Negative Negative numbers; Negative Negative Number; Negative Negative Numbers; Negative negative Number; Negative negative Numbers; Directed number; History of negative numbers; Negative and non-negative numbers; Negative Number; Minus number
numero negativo (minus, sotto zero)
negative feedback         
  • The [[ballcock]] or float valve uses negative feedback to control the water level in a cistern.
  • Basic error-controlled regulator loop
  • fly-ball governor]] is an early example of negative feedback.
  • chapter-url=https://books.google.com/books?id=_UVb4cxL0c0C&pg=SA16-PA2}}</ref>
  • publisher=Newnes}}
</ref> The feedback is negative if &beta;''A''&thinsp;>0.
  • pages=6, 9}}</ref>
STABILITY MECHANISM WHICH OCCURS WHEN SOME FUNCTION OF THE OUTPUT OF A SYSTEM, PROCESS, MECHANISM IS FED BACK IN A MANNER THAT TENDS TO REDUCE THE FLUCTUATIONS IN THE OUTPUT, WHETHER CAUSED BY CHANGES IN THE INPUT OR BY OTHER DISTURBANCES
Negative feedback control system; Negative feedback loop; Negative Feedback; Negative-feedback; Reverse feedback; Inverse feedback; Negative feedback inhibition; Servo loop; Single-loop servomechanism; Balancing feedback; Suppressing feedback
controreazione

Definizione

intramuscular
¦ adjective situated or taking place within, or administered into, a muscle.
Derivatives
intramuscularly adverb

Wikipedia

Code injection

Code injection is the exploitation of a computer bug that is caused by processing invalid data. The injection is used by an attacker to introduce (or "inject") code into a vulnerable computer program and change the course of execution. The result of successful code injection can be disastrous, for example, by allowing computer viruses or computer worms to propagate.

Code injection vulnerabilities occur when an application sends untrusted data to an interpreter. Injection flaws are most often found in SQL, LDAP, XPath, NoSQL queries, OS commands, XML parsers, SMTP headers, program arguments, etc. Injection flaws tend to be easier to discover when examining source code than via testing. Scanners and fuzzers can help find injection flaws.

Injection can result in data loss or corruption, lack of accountability, or denial of access. Injection can sometimes lead to complete host takeover.

Certain types of code injection are errors in interpretation, giving special meaning to user input. Similar interpretation errors exist outside the world of computer science such as the comedy routine Who's on First?. In the routine, there is a failure to distinguish proper names from regular words. Likewise, in some types of code injection, there is a failure to distinguish user input from system commands.

Code injection techniques are popular in system hacking or cracking to gain information, privilege escalation or unauthorized access to a system. Code injection can be used malevolently for many purposes, including:

  • Arbitrarily modifying values in a database through SQL injection. The impact of this can range from website defacement to serious compromise of sensitive data.
  • Installing malware or executing malevolent code on a server by injecting server scripting code (such as PHP or ASP).
  • Privilege escalation to root permissions by exploiting Shell Injection vulnerabilities in a setuid root binary on UNIX, or Local System by exploiting a service on Microsoft Windows.
  • Attacking web users with HTML/script injection (Cross-site scripting).

In 2008, 5.66% of all vulnerabilities reported that year were classified as Code Injection, the highest year on record. In 2015, this had decreased to 0.77%.